If you are upgrading an existing site from 15.2, you must modify your SiteSpecificImages.skin or copy the updated file to gain access to the latest web controls and to avoid broken images and potential server errors.
Modifications to existing lines are shown in red for deletions and green for insertions.
1. With a text
editor or IDE, open the skin file:
C:\Program
Files\ASI\iMIS15\net\App_Themes\ThemeName\ThemeName.skin
2. Add the following image line after the first line:
<asp:Image runat="server" SkinID="LogoNavLeft" ImageUrl="images/header/top_logo_left.gif" Width="176" Height="58" style="position:absolute; left:2; top:2;" />
3. Save the file.